home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / idle / idleout-.tar / idleout-mcm.tar / README.LINUX < prev   
Text File  |  1994-10-15  |  1KB  |  44 lines

  1. CHANGES:  
  2.      Added ability to read a file "/etc/autologout.exempt"
  3.      to exclude select users from being idled out of system.
  4.      (having root or my own login idleout during a compile was annoying)
  5.  
  6.      the file can easily be changed in the source to whatever you like.
  7.      the format is simply line by line of the user name to exclude,
  8.      like so:
  9.  
  10.      root
  11.      mike
  12.  
  13.   --------------  Original text by David Dickson follows  -------------
  14.  
  15.     This package contains a program to autologout idle users
  16. after a set period of time.  The code was found in the "Wizard's 
  17. Grabbag" from May 1990 of Unix World.   I did nothing to make it
  18. run under Linux except create the make file.   
  19.  
  20.  
  21. Instructions:
  22.  
  23.     1.    Edit the TIMEMAX define to reflect the maximum
  24.         amount of time that a user can be idle before
  25.         getting terminated ( in minutes ).
  26.     
  27.     2.    Type 'Make'.
  28.     
  29.     3.    Move the binary to its' final resting place, usr/bin
  30.         or usr/local/bin.
  31.     
  32.     4.    Chown root.root autologout and Chmod 755 autologout
  33.  
  34.     5.    In your Crontab file place a line that invokes
  35.         autologout about every few minutes, such as:
  36.         
  37.         0,10,20,30,40,50 * * * * /usr/bin/autologout
  38.  
  39.         
  40.     I will try to answer any questions I can about the program,
  41. but I am not the creator of this work.   I have had it running about
  42. a week on my system (SLS 0.99 pl4) without problems.
  43.  
  44.